Skip to content

Conversation

@MartinKuschnik
Copy link
Owner

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request upgrades multiple project files to target .NET 10.0 alongside existing framework versions. However, there are critical issues with framework moniker casing and potential version availability concerns that need to be addressed.

  • Adds .NET 10.0 as an additional target framework to the main WmiLight library
  • Updates all test projects, test generators, and applications from .NET 9.0 to .NET 10.0
  • Modifies a publish profile to target .NET 10.0 and enable self-contained deployment

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
WmiLight/WmiLight.csproj Adds .Net10.0 to multi-targeted frameworks (has casing issue with all .Net frameworks)
WmiLight.UnitTestsGenerator/WmiLight.UnitTestsGenerator.csproj Updates target framework from net9.0-windows7.0 to net10.0-windows7.0
WmiLight.UnitTests/WmiLight.UnitTests.csproj Updates test project target framework from net9.0-windows7.0 to net10.0-windows7.0
WmiLight.TestApp-NetCore/WmiLight.TestApp-NetCore.csproj Updates test application target framework from net9.0-windows7.0 to net10.0-windows7.0
WmiLight.TestApp-NetCore/Properties/PublishProfiles/FolderProfile.pubxml Updates publish profile to net10.0-windows7.0 and enables self-contained deployment
WmiCompare/WmiCompare.csproj Updates WPF comparison tool target framework from net9.0-windows7.0 to net10.0-windows7.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

MartinKuschnik and others added 2 commits January 1, 2026 18:32
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@MartinKuschnik MartinKuschnik merged commit cfb31e3 into master Jan 1, 2026
2 checks passed
@MartinKuschnik MartinKuschnik deleted the dotnet10 branch January 1, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant